home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / misc / Dictionary.readme < prev    next >
Encoding:
Text File  |  2000-11-02  |  2.6 KB  |  65 lines

  1. Short:    A very useful dictionary script
  2. Author:   damir.arh@telesat.si (Damir Arh)
  3. Uploader: damir.arh@telesat.si (Damir Arh)
  4. Version:  1.7
  5. Type:     util/misc
  6.  
  7. This ARexx script acts as an interface to dictionary files in specified format.
  8. By providing it a suitable dictionary file, you can use it for practically any
  9. dictionary like expression descriptions.
  10.  
  11. To test the script with the supplied dictionary file, run it by typing
  12. 'Dictionary.rexx domains.dic' in the shell (without quotes), but you can use any
  13. dictionary file by replacing domains.dic with its filename. The dictionary file
  14. format is described at the end of this document.
  15.  
  16. Upon running the script a short text describing all the commands is displayed
  17. but nevertheless I'll describe them all here:
  18. ?   - displays the help text with all the commands listed,
  19. !   - quits the script,
  20. # a - displays the header entry for the keyword 'a' (check dictionary file
  21.       format specification for details),
  22. * a - displays all dictionary entries starting with 'a',
  23. a   - displays dictionary entry for 'a' if present.
  24.  
  25. The dictionary file format is quite simple and consists of two parts. The header
  26. part contains entries for meta keywords:
  27. #meta value
  28. Each line is a separate entry. The meta keywords start with # and must not
  29. contain spaces. Everything after the first space is the value of the keyword.
  30. You can specify any keywords you want, but you really should specify #title as
  31. it gets displayed after running the script.
  32.  
  33. After the header part there should be one empty line and then the actual
  34. dictionary entries follow in the format:
  35. keyword - description
  36. Again each line is a separate entry and this time the entries should be
  37. alphabeticaly sorted for the script to work correctly. This makes faster
  38. seaching possible in case of bigger dictionary files.
  39.  
  40. For easier understanding a sample domains.dic dictionary file is supplied.
  41.  
  42. If you like the script, I'd appreciate it if you would send me an e-mail telling
  43. me about it. I won't refuse any gifts or money you send me either. ;-)
  44.  
  45.  
  46. S-mail: Damir Arh
  47.         Titova 89
  48.         SI-4270 Jesenice
  49.         Slovenia
  50.  
  51. E-mail: damir.arh@telesat.si
  52.  
  53. WWW:    http://damir.gajba.net
  54.  
  55.  
  56. ============================= Archive contents =============================
  57.  
  58. Original  Packed Ratio    Date     Time    Name
  59. -------- ------- ----- --------- --------  -------------
  60.     2196    1003 54.3% 08-Oct-00 15:36:06  Dictionary.readme
  61.     3542    1452 59.0% 30-Sep-00 14:53:36  Dictionary.rexx
  62.     5267    2501 52.5% 01-Sep-00 11:05:16  domains.dic
  63. -------- ------- ----- --------- --------
  64.    11005    4956 54.9% 09-Oct-100 05:58:34   3 files
  65.